home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 2002 #9
/
K-CD-9-2002.ISO
/
Tools
/
K-CS.dcr
/
00459_Hilite, MouseUp -- Hop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-04-19
|
262 b
|
16 lines
on new me
set the visible of sprite the currentSpriteNum to 0
end
on mouseDown
go(#next)
end
on mouseEnter me
set the visible of sprite (the currentSpriteNum + 1) to 1
end
on mouseLeave me
set the visible of sprite (the currentSpriteNum + 1) to 0
end